home *** CD-ROM | disk | FTP | other *** search
- if exists MustReadImportant
- if exists PowerWindows.exe
- delete >NIL: MustReadImportant
- rename >NIL: PowerWindows ReadImportant
- rename >NIL: PowerWindows.exe PowerWindows
- endif
- endif
-
- if exists sys:utilities/multiview
- sys:utilities/multiview Important.txt
- else
- if exists c:multiview
- c:multiview Important.txt
- else
- if exists sys:utilities/amigaguide
- sys:utilities/amigaguide Important.txt
- else
- if exists c:amigaguide
- c:amigaguide Important.txt
- else
- multiview Important.txt
- endif
- endif
- endif
- endif
-